Fix error message.
authorEwan Mellor <ewan@xensource.com>
Tue, 5 Dec 2006 15:47:43 +0000 (15:47 +0000)
committerEwan Mellor <ewan@xensource.com>
Tue, 5 Dec 2006 15:47:43 +0000 (15:47 +0000)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendDomain.py

index 5ebb7e6240f515a0d95f90d244fe4d4a1496a0d7..cc3c5c783ee778506d1965858335ab698c96cf7e 100644 (file)
@@ -808,7 +808,7 @@ class XendDomain:
                     raise XendError("Cannot save privileged domain %s" % domname)
 
                 if dominfo.state != DOM_STATE_HALTED:
-                    raise XendError("Cannot suspend domain that is not running.")
+                    raise XendError("Cannot resume domain that is not halted.")
 
                 dom_uuid = dominfo.get_uuid()
                 chkpath = self._managed_check_point_path(dom_uuid)